home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Multimedia / audiophiler / audiophilersetup.exe / {app} / audiophiler.exe / 0 / RCDATA / TDXFMDATETIMEFORMATS / TDXFMDATETIMEFORMATS.txt
Text File  |  2004-09-21  |  2KB  |  110 lines

  1. object dxfmDateTimeFormats: TdxfmDateTimeFormats
  2.   Left = 350
  3.   Top = 153
  4.   ActiveControl = lbxDateFormats
  5.   BorderStyle = bsDialog
  6.   Caption = 'Change Date and Time Formats'
  7.   ClientHeight = 342
  8.   ClientWidth = 282
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object btnOK: TButton
  19.     Left = 41
  20.     Top = 313
  21.     Width = 75
  22.     Height = 23
  23.     Caption = 'OK'
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 1
  27.   end
  28.   object btnCancel: TButton
  29.     Left = 122
  30.     Top = 313
  31.     Width = 75
  32.     Height = 23
  33.     Cancel = True
  34.     Caption = 'Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 2
  37.   end
  38.   object btnHelp: TButton
  39.     Left = 203
  40.     Top = 313
  41.     Width = 75
  42.     Height = 23
  43.     Caption = '&Help'
  44.     TabOrder = 3
  45.   end
  46.   object GroupBox1: TGroupBox
  47.     Left = 4
  48.     Top = 4
  49.     Width = 274
  50.     Height = 301
  51.     TabOrder = 0
  52.     object lblAvailableDateFormats: TLabel
  53.       Left = 10
  54.       Top = 13
  55.       Width = 115
  56.       Height = 13
  57.       Caption = 'Available &Date Formats:'
  58.       FocusControl = lbxDateFormats
  59.       OnClick = lblAvailableDateFormatsClick
  60.     end
  61.     object lblAvailableTimeFormats: TLabel
  62.       Left = 10
  63.       Top = 187
  64.       Width = 114
  65.       Height = 13
  66.       Caption = 'Available Time &Formats:'
  67.       FocusControl = lbxTimeFormats
  68.       OnClick = lblAvailableDateFormatsClick
  69.     end
  70.     object lbxDateFormats: TListBox
  71.       Left = 8
  72.       Top = 28
  73.       Width = 257
  74.       Height = 150
  75.       ItemHeight = 13
  76.       TabOrder = 0
  77.       OnClick = lbxDateFormatsClick
  78.       OnDblClick = lbxDTFormatsDblClick
  79.     end
  80.     object lbxTimeFormats: TListBox
  81.       Left = 8
  82.       Top = 203
  83.       Width = 257
  84.       Height = 59
  85.       ItemHeight = 13
  86.       TabOrder = 1
  87.       OnClick = TimeFormatsChanged
  88.       OnDblClick = lbxDTFormatsDblClick
  89.     end
  90.     object chbxAutoUpdate: TCheckBox
  91.       Left = 8
  92.       Top = 274
  93.       Width = 160
  94.       Height = 17
  95.       Caption = '&Update Automatically '
  96.       TabOrder = 2
  97.       OnClick = chbxAutoUpdateClick
  98.     end
  99.     object btnDefault: TButton
  100.       Left = 175
  101.       Top = 270
  102.       Width = 90
  103.       Height = 23
  104.       Caption = '&Default ...'
  105.       TabOrder = 3
  106.       OnClick = btnDefaultClick
  107.     end
  108.   end
  109. end
  110.